home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / vprint.doc < prev    next >
Text File  |  1984-03-21  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      VPRINT
  5.      Command
  6.      
  7.      --------------------------------------------------
  8.      Purpose: Creates a "virtual printer" by redirecting
  9.               all printer output to a disk file.
  10.      
  11.      Format:  VPRINT [filespec] [/N]
  12.      
  13.      Type:    Internal  External
  14.                           ***
  15.      
  16.      Remarks: Printer output is redirected to the
  17.               specified file, or if none is given, to
  18.               VIRTUAL.PRN.  To avoid overwriting
  19.               existing data, no redirection occurs if
  20.               the file is already in the directory. 
  21.               Output is buffered up until a sector's
  22.               worth of data is available.  
  23.      
  24.               The command VPRINT /N cancels redirection
  25.               and flushes the buffer to disk.
  26.      
  27.               The primary intended use of VPRINT is
  28.               the simplified creation of formatted DOS  
  29.               files from Easywriter.  By printing to
  30.               disk, it is not necessary to manually add
  31.               end of paragraph markers at the end of     
  32.               each line, or to use the Easywriter    
  33.               utility TRANSFER.
  34.      
  35.      Note:    VPRINT is still in an experimental form.
  36.               Use of the PrtSc key while redirection
  37.               is in effect will cause a system crash.    
  38.               On the author's 64K system, a single 5
  39.               digit number overwrites five charactors    
  40.               near the beginning of any file loaded by
  41.               Easywriter.  This overwrite can be
  42.               corrected with the editor prior to
  43.               printing.
  44.      
  45.               Developed by David Whitman
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.